home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / i / imagedeskv1.6cracked.lha / imagedesk / rexx / DefaultExample.IDesk next >
Text File  |  1995-04-20  |  243b  |  12 lines

  1. /* ---- standard startup if started via Thumbnail click --------- */
  2.  
  3. OPTIONS RESULTS
  4.  
  5. PARSE ARG iname itype
  6.  
  7. /* -------------------------------------------------------------- */
  8.  
  9. IDREQUEST "OK" '"name: '||iname||'0A'x||'type: '||itype||'"'
  10.  
  11.  
  12.